home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / English.lproj / BaseControl.nib / data.classes next >
Text File  |  1993-01-12  |  1KB  |  83 lines

  1. IMediaD = {
  2.     SUPERCLASS = IKeyedObject;
  3. };
  4. ITreeBrowser = {
  5.     OUTLETS = {
  6.     iNXBrowser;
  7.     iTree;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. IKeyedObject = {
  12.     SUPERCLASS = Object;
  13. };
  14. IZIntPair = {
  15.     SUPERCLASS = Object;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. IBaseControl = {
  23.     ACTIONS = {
  24.     appDidInit:;
  25.     browserDidBecomeKey:;
  26.     browserDidResignKey:;
  27.     appWillTerminate:;
  28.     openHelpPanel:;
  29.     openInfoPanel:;
  30.     };
  31.     OUTLETS = {
  32.     oNewsgroupBrowserMenuCell;
  33.     oSortByKeywordMenuCell;
  34.     oArticleBrowserMenuCell;
  35.     oMarkAllArticleMenuCell;
  36.     oArticleListMenuCell;
  37.     oMainMenu;
  38.     oSortBySubjectMenuCell;
  39.     oNewArticlesMenuCell;
  40.     oMenuTitle;
  41.     nntpBase;
  42.     oShowAllArticleMenuCell;
  43.     oUnscribeNewsgroupMenuCell;
  44.     oNewsgroupListMenuCell;
  45.     };
  46.     SUPERCLASS = Object;
  47. };
  48. IFontSetField = {
  49.     ACTIONS = {
  50.     openFontPanel:;
  51.     };
  52.     OUTLETS = {
  53.     oPointSizeField;
  54.     oFontManager;
  55.     };
  56.     SUPERCLASS = TextField;
  57. };
  58. IBinaryD = {
  59.     SUPERCLASS = IMediaD;
  60. };
  61. IPreferenceControl = {
  62.     ACTIONS = {
  63.     windowDidBecomeKey:;
  64.     read:;
  65.     write:;
  66.     };
  67.     OUTLETS = {
  68.     oReconnectTime;
  69.     oArticleSelect;
  70.     oNumArticleToGet;
  71.     oBoundaryTwo;
  72.     oNewsrcFile;
  73.     oPreferencePanel;
  74.     oKanjiCode;
  75.     oNntpServer;
  76.     oBoundaryThree;
  77.     };
  78.     SUPERCLASS = Object;
  79. };
  80. ITimedImage = {
  81.     SUPERCLASS = NXImage;
  82. };
  83.